home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000311_news@columbia.edu _Mon Feb 19 11:46:22 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA14311
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 19 Feb 2001 11:46:21 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA15271
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 19 Feb 2001 11:46:20 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA05688
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 19 Feb 2001 11:24:20 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Pass through printing in telnet session
  14. Date: 19 Feb 2001 16:24:18 GMT
  15. Organization: Columbia University
  16. Message-ID: <96rhbi$5hl$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <5ve29tcqac3glhcsg4v7j9cpnevd84lat7@4ax.com>,
  20. Steven Conway  <steven@cwjamaica.com> wrote:
  21. : On 17 Feb 2001 19:26:51 GMT,
  22. : fdc@watsun.cc.columbia.edu (Frank da Cruz) wrote:
  23. : > Use C-Kermit 7.1 as your Telnet client:
  24. : >
  25. : >  http://www.columbia.edu/kermit/ck71.html
  26. : >
  27. : > Pass-through printing is explained here:
  28. : >
  29. : >  http://www.columbia.edu/kermit/ckermit2.html#x3.3
  30. : >
  31. : > Note: this feature was added in C-Kermit 7.0 but it had a bug, which
  32. : > is fixed in C-Kermit 7.1.
  33.  
  34. : Thanks Frank will check it out.  I take it pass through printing is
  35. : not supported in the standard telnet session ?
  36. Right.  The regular Linux Telnet client doesn't do anything at all with
  37. printer on/off escape sequences, and as far as I know, neither does the
  38. xterm window nor the console driver.  If they did, you probably would not
  39. be asking about it.
  40.  
  41. - Frank